about summary refs log tree commit diff
path: root/examples/7.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/7.src')
-rw-r--r--examples/7.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/7.src b/examples/7.src
index 3fe60b6..c0690b6 100644
--- a/examples/7.src
+++ b/examples/7.src
@@ -1,10 +1,10 @@
-let ten = () => {
-	return () => {
+let ten = () => i64 {
+	return () => i64 {
 		return 10;
 	}();
-};
+}; /* TODO */
 
-let main = () => {
+let main = () => i64 {
 	let i = 4;
 	
 	if (1 - -1 * 2) == 5 - (-1 + 1 + ten() / 2) + 3 {