repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
clang
/
test
/
Parser
/
expressions.m
blob
ab9aaf8ffd3061c021d2ef3fce08e8f1623c2047
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
void test1(void) {
4
@"s"; // expected-warning {{expression result unused}}
5
}
6