Files
c3c/test/test_suite/attributes/format_macros.c3t

7 lines
62 B
Plaintext

module abort_test;
fn int main()
{
int n;
abort("%d", n);
}