c++: implicit lookup of std::initializer_list [PR102576]
[official-gcc.git] / gcc / testsuite / g++.dg / modules / pr102576_b.C
blob10251ed53044b56e8a0edf7239d4b623c2bd333c
1 // PR c++/102576
2 // { dg-additional-options -fmodules-ts }
4 import "pr102576_a.H";
6 int main() {
7   for (int i : {1, 2, 3})
8     ;