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