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

7 lines
119 B
Mathematica
Raw Normal View History

// RUN: clang-cc -parse-noop %s
void test1() {
@"s"; // expected-warning {{expression result unused}}
}