llvm-6502/test/FrontendC/2008-02-11-AnnotateBuiltin.c

8 lines
148 B
C
Raw Normal View History

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