summaryrefslogtreecommitdiffstats
path: root/test/Parser/expressions.m
blob: 1f1005a792a777cb5dd24f58bdd9f77194c2e05b (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -verify %s

void test1() {
  @"s";            // expected-warning {{expression result unused}}
}