mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
4 lines
163 B
C
4 lines
163 B
C
// RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
|
|
int global;
|
|
// CHECK: asciz "global" ## External Name
|
|
int main() { return 0;}
|