Richard Smith | 2bb07c1 | 2013-02-08 00:37:45 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Richard Smith | a69a589 | 2013-02-08 01:35:44 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify |
Richard Smith | 2bb07c1 | 2013-02-08 00:37:45 +0000 | [diff] [blame] | 3 | |
4 | // expected-no-diagnostics | ||||
5 | @import cxx_many_overloads; | ||||
6 | |||||
7 | void g() { | ||||
8 | f(N::X<0>()); | ||||
9 | } |