Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / LLVMC / C / emit-llvm.c
blob56a1e30b2e4268140af44003760e07193c2e4188
1 // Check that -emit-llvm [-S] works correctly.
3 // RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
4 // RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
5 // XFAIL: vg_leak
7 int f0(void) {