blob: d94885d19ea9904768661367f7893c64e84c5b54 [file] [log] [blame]
// PR c++/89966
// { dg-do compile { target c++17 } }
template < auto a0 >
void f0() { }
void f0_call() { f0< sizeof(int) >(); }