hanchenye-llvm-project/clang/test/Parser/encode.m

9 lines
145 B
Mathematica
Raw Normal View History

// RUN: clang -fsyntax-only -verify %s
int main(void) {
const char ch = @encode(char *)[2];
char c = @encode(char *)[2] + 4;
return c;
}