Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-157793-fix-codeql-errors
/
.
/
clang
/
test
/
Modules
/
non-ambiguous-enum.m
blob: cc0e0e49bbf3a2bec93b974681adb41b8e6eec3d [
file
] [
log
] [
blame
] [
edit
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-only %s -verify
#import <B/b.h>
#import <A/a.h>
// expected-no-diagnostics
int
foo
(
void
)
{
return
MyEnumCst
;
}