e9a36f911964601db30bd797e7a0e7e57462f54c
[openbsd] /
1 template <typename T>
2 struct something {};
3
4 int main() {
5     something<int> x;
6     something<void*> y;
7     return 0; // Set breakpoint here.
8 }