zig/test/standalone/extern/shared.c
kcbanner 7edd69d8aa tests: add tests for is_dll_import externs
- tests/standalone/extern wasn't running its test step
- add compile error tests for thread local / dll import @extern in a comptime scope
2024-10-22 18:46:14 -04:00

5 lines
64 B
C

#ifndef API
#define API
#endif
API int shared_val = 1234;