summaryrefslogtreecommitdiff
path: root/test/FrontendC/2008-02-11-AnnotateBuiltin.c
blob: 32bc7a827450c0c9a5766eb6f8044ed85293940e (plain)
1
2
3
4
5
6
7
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation

int main() {
  int x = 0;
  return __builtin_annotation(x, "annotate");
}