Merge branch 'vardec_varass_dependency' into casting

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-14 17:49:13 +02:00
commit b84bee5b06
1 changed files with 9 additions and 0 deletions

View File

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