mirror of
https://github.com/ziglang/zig.git
synced 2024-11-25 13:50:15 +00:00
2291560424
This introduces the new test step `test-c-import`, and removes the ability of the behavior tests to `@cImport` paths relative to `test`. This allows the behavior tests to be run without translate c.
6 lines
164 B
C
6 lines
164 B
C
// Note: This file is encoded with ISO/IEC 8859-1 (latin1), not UTF-8.
|
|
// Do not change the encoding
|
|
|
|
#define UNPRINTABLE_STRING "©©©"
|
|
#define UNPRINTABLE_CHAR '©'
|