blob: 32bc7a827450c0c9a5766eb6f8044ed85293940e [file] [log] [blame]
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
int main() {
int x = 0;
return __builtin_annotation(x, "annotate");
}