void doStuff(int a, int b) { return; } int getInt() { return 10; } void main(string[] args) { doStuff(getInt(), ); auto x = 10, 20; }