mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-29 08:19:01 -04:00
10 lines
198 B
C++
10 lines
198 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
|
|
|
|
// expected-no-diagnostics
|
|
@import cxx_many_overloads;
|
|
|
|
void g() {
|
|
f(N::X<0>());
|
|
}
|