freebsd_amp_hwpstate/test/FrontendC/2008-02-11-AnnotateBuiltin.c

8 lines
148 B
C

// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
int main() {
int x = 0;
return __builtin_annotation(x, "annotate");
}