annotate tests/sidecheckGood.ur @ 1965:126d24ef6678

Turn off GCC's fancy %n checking, because the performance cost is too high
author Adam Chlipala <adam@chlipala.net>
date Fri, 07 Feb 2014 18:34:17 -0500
parents 154cfe2eb366
children
rev   line source
adam@1595 1 fun main () : transaction page =
adam@1595 2 s <- source 0;
adam@1595 3 set s 42;
adam@1595 4 return <xml><body>
adam@1595 5 <dyn signal={n <- signal s; return (txt n)}/>
adam@1595 6 </body></xml>