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