File: undefined.py

package info (click to toggle)
preprocess 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 472 kB
  • ctags: 218
  • sloc: python: 1,640; cpp: 260; makefile: 31; fortran: 24
file content (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
8
#!python

if __name__ == '__main__':
# #if FOO
    print "foo is not defined"
# #endif
    print "bye"