Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr51832.h
blobfee369335edd66bf40b2147e0a15d627f1e677c2
1 template<class...T> struct A
3 static int i;
4 };
6 inline void f() { A<int>::i = 0; }