Files
lib_compiler/tests/regression_crash_on_decl_like_builtin.txt
2024-04-13 15:29:53 +02:00

17 lines
195 B
Plaintext

// #failed: resolve
// #expected_error_count: 6
OS_WINDOWS :: 10;
String :: struct {
a: int;
}
int :: struct {
i: long;
}
// This should be OK
UntypedFloat :: struct {
a: float;
}