1 // P2718R0 - Wording for P2644R1 Fix for Range-based for Loop
2 // { dg-do run { target { c++11 && c++20_down } } }
3 // { dg-options "-fno-range-for-ext-temps" }
5 #if __cplusplus <= 202002L
6 #define RANGE_FOR_EXT_TEMPS 0
8 #include "range-for1.C"