generating code for casts!
This commit is contained in:
parent
bba56d2b51
commit
017a70ee7e
8 changed files with 423 additions and 101 deletions
|
@ -14,5 +14,5 @@ struct B { struct A *blah; }
|
|||
*/
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 42;
|
||||
return (float)(long)"hello";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue