diff options
Diffstat (limited to 'BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt')
-rw-r--r-- | BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt b/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt index c292fb90..dd3e629b 100644 --- a/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt +++ b/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt @@ -282,6 +282,8 @@ const unique $DefaultStruct: [Field]Box; type Real;
+const unique $DefaultReal: Real;
+
function Box2Int(Box) : int;
function Box2Bool(Box) : bool;
@@ -317,6 +319,10 @@ function Int2Real(int, Type, Type) : Real; function Real2Int(Real, Type, Type) : Real;
+function Ref2Real(Ref, Type, Type) : Real;
+
+function Real2Ref(Real, Type, Type) : Ref;
+
function $DynamicType(Ref) : Type;
function $TypeOf(Type) : Ref;
|