TypeScript/tests/cases/compiler/shebangError.ts
2015-08-03 11:24:33 +10:00

2 lines
74 B
TypeScript

var foo = 'Shebang is only allowed on the first line';
#!/usr/bin/env node