aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23/range-for4.C
blob: 16204974bac97db77ba34bf8ec1563cafdba9e8d (plain)
1
2
3
4
5
6
7
// P2718R0 - Wording for P2644R1 Fix for Range-based for Loop
// { dg-do run { target c++11 } }
// Verify -frange-for-ext-temps is not set by default in -std=gnu++* modes.
// { dg-options "" }

#define RANGE_FOR_EXT_TEMPS 0
#include "range-for2.C"