Files
c3c/test/test_suite/distinct/decl_with_attribute_wrong_place.c3

5 lines
99 B
Plaintext

module foo;
typedef Int = int @structlike; // #error: Expected only attribute
fn int main() => 0;