]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/a12.h
be4395570e0981c9af4d8e7feb0138dfc2f79753
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / a12.h
1 enum E
2 {
3 ZERO,
4 ONE
5 };
6
7 extern enum E e[1000];
8 extern void foo(void);