forked from OSchip/llvm-project
7 lines
116 B
Mathematica
7 lines
116 B
Mathematica
|
// RUN: clang -parse-noop %s
|
||
|
|
||
|
void test1() {
|
||
|
@"s"; // expected-warning {{expression result unused}}
|
||
|
}
|
||
|
|