Browse Source

* made variable public so got warning gets triggered

git-svn-id: trunk@22244 -
Jonas Maebe 13 years ago
parent
commit
17c495595c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbf/tw22665b.pp

+ 1 - 1
tests/webtbf/tw22665b.pp

@@ -6,7 +6,7 @@
 {$asmmode intel}
 
 var
-  val: qword;
+  val: qword; public;
 
 Function Test: QWord; Assembler; NoStackFrame;
 Asm