aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/abbrev-fn1.C
blob: ca2530872c8696f77ce7b34969067d303407cd93 (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wc++20-extensions"

void f(auto p) { }