See command line output below:
C:\src\dart_console>\dart\bin\dart2native example\kilo.dart
Generating AOT kernel dill.
Generating AOT snapshot.
Generating executable.
Generated: c:\src\dart_console\example\kilo.dart.exe
We should strip the .dart extension from the input and the output should be kilo.exe. This is in keeping with other compilers and (I would aver) developers' expectations.