hanchenye-llvm-project/llvm/test/LLVMC/emit-llvm.c

5 lines
91 B
C
Raw Normal View History

// RUN: llvmc2 -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
int f0(void) {
}