bolt/deps/llvm-18.1.8/clang/test/FixIt/auto-fixit.m
2025-02-14 19:21:04 +01:00

9 lines
160 B
Objective-C

/* 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;
}