Files
c3c/test/test_suite/expressions/strings.c3t
2022-01-10 13:58:15 +01:00

10 lines
190 B
C

module test;
fn char* foo()
{
return "*** Word \"%s\" on line %d is not";
}
// #expect: test.ll
@.str = private unnamed_addr constant [32 x i8] c"*** Word \22%s\22 on line %d is not\00"