mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
- tests/standalone/extern wasn't running its test step - add compile error tests for thread local / dll import @extern in a comptime scope
6 lines
64 B
C
6 lines
64 B
C
#ifndef API
|
|
#define API
|
|
#endif
|
|
|
|
API int shared_val = 1234;
|