diff --git a/source/tlang/testing/simple_cast_complex_type.t b/source/tlang/testing/simple_cast_complex_type.t deleted file mode 100644 index d481476b..00000000 --- a/source/tlang/testing/simple_cast_complex_type.t +++ /dev/null @@ -1,9 +0,0 @@ -module simple_cast_complex_type; - -int myInt; - -void function(int x) -{ - byte bruh; - byte myByte = (cast(byte)int*)+bruh; -} \ No newline at end of file