brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · 14d63dc Raw
7 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3typedef struct { } the_coolest_struct_in_the_world;4extern the_coolest_struct_in_the_world xyzzy;5void *foo(void) { return &xyzzy; }6 7