xref: /aosp_15_r20/external/pytorch/test/expect/TestScript.test_python_frontend_py3.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1(def
2  (ident fn)
3  (decl (list) (option))
4  (list
5    (raise
6      (apply
7        (variable (ident Exception))
8        (list (string_literal hello))
9        (list)))))
10