blob: ab9aaf8ffd3061c021d2ef3fce08e8f1623c2047 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void test1(void) {
@"s"; // expected-warning {{expression result unused}}
}