theory Ex imports PurebeginML \<open> val rc = Isabelle_System.bash "cd \"$ISABELLE_HOME/src/HOL/Analysis\"; isabelle mirabelle arith Inner_Product.thy"; if rc <> 0 then error ("Mirabelle example failed: " ^ string_of_int rc) else ();\<close> \<comment> "some arbitrary small test case"end