prog.cpp: In instantiation of ‘struct Foo<Bar>’:
prog.cpp:15:16: required from here
prog.cpp:8:5: error: static assertion failed: Can't use this.
prog.cpp: In instantiation of ‘struct Foo<int>’:
prog.cpp:16:16: required from here
prog.cpp:8:5: error: static assertion failed: Can't use this.
prog.cpp: In instantiation of ‘struct Foo<int []>’:
prog.cpp:17:16: required from here
prog.cpp:8:5: error: static assertion failed: Can't use this.
prog.cpp: In function ‘int main()’:
prog.cpp:15:16: warning: unused variable ‘x’ [-Wunused-variable]
prog.cpp:16:16: warning: unused variable ‘y’ [-Wunused-variable]
prog.cpp:17:16: warning: unused variable ‘z’ [-Wunused-variable]