proc a(i: static[int64]) = echo sizeOf(i)proc b(i: int64) = echo sizeOf(i) echo sizeOf(int64) a(123)b(123)
Standard input is empty
8 4 8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!