mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
7edd69d8aa
- 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;
|