Files
c3c/test/test_suite/distinct/distinct_parse_errors.c3
2023-02-14 15:49:36 +01:00

5 lines
164 B
C

import std::io;
define foo = distinct x; // #error: can only be used with types
define bar = distinct int; // #error: type name alias must start with an uppercase