[libc++][NFC] Simplify the implementation of string and string_views operator== ...
[llvm-project.git] / clang / test / Modules / Inputs / objc-method-redecl.h
blob95c6533fad9e7b7ecf72ec3d9996030509b4d0f8
1 @interface T
2 - (void)test;
3 - (void)test;
4 @end