blob: 56a1e30b2e4268140af44003760e07193c2e4188 [file] [log] [blame]
// Check that -emit-llvm [-S] works correctly.
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
// XFAIL: vg_leak
int f0(void) {
}