mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
@format did not work correctly with macros #2341.
This commit is contained in:
9
test/test_suite/attributes/format_macros.c3t
Normal file
9
test/test_suite/attributes/format_macros.c3t
Normal file
@@ -0,0 +1,9 @@
|
||||
import std;
|
||||
|
||||
module abort_test;
|
||||
|
||||
fn int main()
|
||||
{
|
||||
int n;
|
||||
abort("%d", n);
|
||||
}
|
||||
Reference in New Issue
Block a user