;;;; The dyn runtime's host, and deliberately almost nothing. ;;;; ;;;; There is no [main]: the entry point is test/dyn_ops.c, for the reason ;;;; dev_limits.c and reload_host.c are C mains. flan_dyn.c's surface is a C ;;;; ABI with no Flan spelling yet — the compiler lane is what gives it one — ;;;; so the only way to drive every operation, and every way each one refuses, ;;;; is from C. ;;;; ;;;; The one declaration below is here so that the file is a program the ;;;; checker accepts and [Build.executable] has something to lower. It is never ;;;; called. Everything the test links against comes from the runtime objects ;;;; the build attaches to every program. (defn unused [x i64] i64 x)