summaryrefslogtreecommitdiff
path: root/test/decompile/names.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/decompile/names.txt')
-rw-r--r--test/decompile/names.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/decompile/names.txt b/test/decompile/names.txt
index 3874b49c..cc31f1c5 100644
--- a/test/decompile/names.txt
+++ b/test/decompile/names.txt
@@ -99,18 +99,18 @@ export global G1_EXPORT:int = 0;
data D0_SYM(offset: 0) = "Hello, World!";
data D1_SYM(offset: 10) = "bar";
-function F0():int {
+function F0():int { // func0
var L0:int;
return L0;
}
-function F1_NS() {
+function F1_NS() { // func1
}
-function F2_SYM() {
+function F2_SYM() { // func2
}
-export function F3_EXPORT() {
+export function F3_EXPORT() { // func3
}
;;; STDOUT ;;)