Direktori : /proc/self/root/proc/thread-self/root/opt/imh-python/lib/python2.7/test/ |
Current File : //proc/self/root/proc/thread-self/root/opt/imh-python/lib/python2.7/test/gdb_sample.py |
# Sample script for use by test_gdb.py def foo(a, b, c): bar(a, b, c) def bar(a, b, c): baz(a, b, c) def baz(*args): print(42) foo(1, 2, 3)