Update skeleton

This commit is contained in:
Chunmyong Park
2020-07-02 14:28:58 +00:00
parent 5395c1e9ba
commit e4eec1e81d
33 changed files with 34 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
var i32 @nonce = 0
var i32 @nonce = 1
fun i32 @main () {
init:

View File

@@ -1,4 +1,4 @@
var i32 @nonce = 0
var i32 @nonce = 1
fun i32 @fibonacci (i32) {
init:

View File

@@ -1,5 +1,5 @@
var i32 @g = 10
var i32 @nonce = 0
var i32 @nonce = 1
fun i32 @foo (i32, i32) {
init:

View File

@@ -1,4 +1,4 @@
var i32 @nonce = 0
var i32 @nonce = 1
fun i32 @main () {
init:

View File

@@ -1,4 +1,4 @@
var i32 @nonce = 0
var i32 @nonce = 1
fun i32 @foo () {
init: