Invalid Code void bar (string s, int i) { } void main () { bar ("foo", 42); }