freebsd_amp_hwpstate/test/LLVMC/emit-llvm.c

5 lines
90 B
C

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