Added a test to the optimizer.

original commit: ea580e6ff88cb3be758690b99a1968179cbc3c26
This commit is contained in:
Vincent St-Amour 2010-07-23 16:47:30 -04:00
parent eb60ac080a
commit e9d9c2aca9

View File

@ -0,0 +1,6 @@
#lang typed/scheme #:optimize
(require racket/unsafe/ops)
(let ((x (+ 1.0 2.0)))
x)