mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
// #target: macos-x64
|
|
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" |