Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.
[oota-llvm.git] / test / LLVMC / C / emit-llvm.c
1 // Check that -emit-llvm [-S] works correctly.
2
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
6
7 int f0(void) {
8 }