LLVMC2: -emit-llvm stops compilation.
[oota-llvm.git] / test / LLVMC / emit-llvm.c
1 // RUN: llvmc2 -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
2
3 int f0(void) {
4 }