brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 60d43b3 Raw
10 lines · c
1// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o %t %s2// RUN: grep 'noinline' %t3 4void t1(void) __attribute__((noinline));5 6void t1(void)7{8}9 10