1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
---|---|
2 | |
3 | void test1() { |
4 | @"s"; // expected-warning {{expression result unused}} |
5 | } |
6 | |
7 |
1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
---|---|
2 | |
3 | void test1() { |
4 | @"s"; // expected-warning {{expression result unused}} |
5 | } |
6 | |
7 |