mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
// #target: macos-x64
|
|
int x @if(false) = 1;
|
|
|
|
int d @if(true) = 5;
|
|
|
|
/* #expect: ct_if.ll
|
|
|
|
@ct_if.d = local_unnamed_addr global i32 5, align 4
|