unwind: ignore component_match_add_release() paths
[smatch.git] / validation / linear / asm-out0.c
blob8b0907b356338e7f5f6d9ef3041984fb5eb5505d
1 static void asm_out0(void)
3 int mem;
4 asm volatile ("[%1] <= 0" : "=m" (mem));
7 /*
8 * check-name: asm-out0
9 * check-command: test-linearize -m64 -fdump-ir $file
11 * check-output-start
12 asm_out0:
13 .L0:
14 <entry-point>
15 symaddr.64 %r1 <- mem
16 asm "[%1] <= 0"
17 out: "=m" (%r1)
18 br .L1
20 .L1:
21 ret
24 * check-output-end