Richard Smith | 3d8e97e | 2013-10-18 06:54:39 +0000 | [diff] [blame^] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 | ||||
3 | |||||
4 | // expected-no-diagnostics | ||||
5 | @import initializer_list; | ||||
6 | |||||
7 | int n = std::min({1, 2, 3}); |