generating code for casts!

This commit is contained in:
pommicket 2022-02-10 21:09:52 -05:00
parent bba56d2b51
commit 017a70ee7e
8 changed files with 423 additions and 101 deletions

View file

@ -14,5 +14,5 @@ struct B { struct A *blah; }
*/
int main(int argc, char **argv) {
return 42;
return (float)(long)"hello";
}