1 // { dg-do compile } 2 // { dg-options "-std=c++1z" } 3 4 #if __cplusplus != 201703L 5 #error "__cplusplus != 201703L" 6 #endif 7