Esempio n. 1
0
File: main.cpp Progetto: CCJY/coliru
int main() 
{
    BitSet<0> b;
    foo(b.back());
}