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

7 lines
146 B
Mathematica
Raw Normal View History

// RUN: %clang_cc1 -Wunused-value -fsyntax-only -verify %s
void test1() {
@"s"; // expected-warning {{expression result unused}}
}