[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / Parser / expressions.m
blobab9aaf8ffd3061c021d2ef3fce08e8f1623c2047
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 void test1(void) {
4   @"s";            // expected-warning {{expression result unused}}