Files
clice/tests/ASTVisitor/test.cpp
2024-11-27 23:21:52 +08:00

10 lines
250 B
C++

void test(int and x);
// void foo [[gnu::format(printf, 1, 3)]] (const char* s, char* buf, ...);
//
// void __attribute__((__format__(printf, 1, 3))) bar(const char* s, char* buf, ...);
//
// void foo2(int x) {
// if(x < 3) [[unlikely]] {}
// }