blob: 92506f6a8bf5fa78bfe83fd35baf1331ebcd8048 [file] [log] [blame]
class metadata<T> {
const metadata();
}
@metadata<int> (int, int)
a = (42, 42);