17 lines
195 B
Plaintext
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;
|
|
} |