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
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Modules
/
non-ambiguous-enum.m
blob
3400b7aec3e621f2b39ea6a3a06024b0f72623c5
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-only %s -verify
3
#import <B/b.h>
4
#import <A/a.h>
5
6
// expected-no-diagnostics
7
8
int foo() {
9
return MyEnumCst;
10
}