blob: 2e637e0d97d369c33ec5067d8661541732b98860 [file]
void f<T>() {}
void m() {
f<x>();
}