brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · b8097c2 Raw
9 lines · c
1int *funcToAnnotate(int *p);2 3struct MyClass {4    MyClass(int*);5    int *annotateThis();6    int *annotateThis2() [[clang::lifetimebound]];7    int *methodToAnnotate(int *p);8};9