Files
c3c/test/test_suite/compile_time/stringify_2120.c3t
2025-05-04 15:31:55 +02:00

16 lines
253 B
Plaintext

// #target: macos-x64
module test;
macro String @echoo(#arg1)
{
return $stringify(#arg1);
}
fn void main()
{
String s = @echoo((int[]) { 1, 2 });
}
/* #expect: test.ll
@.str = private unnamed_addr constant [17 x i8] c"(int[]) { 1, 2 }\00", align 1