bolt/deps/llvm-18.1.8/clang/test/FixIt/auto-fixit.m

10 lines
160 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
/* RUN: cp %s %t
RUN: %clang_cc1 -x objective-c -fixit %t
RUN: %clang_cc1 -x objective-c -Werror %t
*/
int main(void) {
auto int i = 0;
return i;
}