[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / clang / test / FixIt / typo-crash.m
blob0a25ee63b8ba182a664ba58d7a10cb4437bf952f
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 @implementation Unknown (Blarg) // expected-error{{cannot find interface declaration for 'Unknown'}}
4 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}}
5 @end