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:38 +02:00
parent b84bee5b06
commit dbfea00f09
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;
}