Fix typo 'getter' where 'setter' was intended.
[llvm.git] / test / FrontendC / 2008-02-11-AnnotateBuiltin.c
blob32bc7a827450c0c9a5766eb6f8044ed85293940e
1 // RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
3 int main() {
4 int x = 0;
5 return __builtin_annotation(x, "annotate");