diff options
Diffstat (limited to 'test/run_tests.cpp')
| -rw-r--r-- | test/run_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_tests.cpp b/test/run_tests.cpp index 153887e4c3..582b2671f2 100644 --- a/test/run_tests.cpp +++ b/test/run_tests.cpp @@ -994,6 +994,7 @@ pub fn main(argc: isize, argv: &&u8, env: &&u8) -> i32 { add_simple_case("order-independent declarations", R"SOURCE( use "std.zig"; +const z : #typeof(stdin_fileno) = 0; const x : #typeof(y) = 1234; const y : u16 = 5678; pub fn main(argc: isize, argv: &&u8, env: &&u8) -> i32 { |
