qse/ase/test/awk/main-001.awk

6 lines
49 B
Awk
Raw Normal View History

2007-12-07 23:58:44 +00:00
function main() {
x = 0;
y = 0;
return 999;
}