Test cases

- Removed `simple_cast_complex_type.t` as it is just syntactically wrong
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-14 17:49:00 +02:00
parent 990b8a7d87
commit 2ae780ce2d
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
module simple_cast_complex_type;
int myInt;
void function(int x)
{
byte bruh;
byte myByte = (cast(byte)int*)+bruh;
}