Files
c3c/test/test_suite/expressions/strings.c3t

10 lines
182 B
Plaintext

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