github.com/256dpi/max-go@v0.7.0/lib/max/common/dummy.cpp (about) 1 // dummy to prevent compiler warnings 2 3 template <typename T> 4 void dummy(){} 5 6 template void dummy<int>();