source:
doc/theses/rob_schluntz_MMath/examples/ctor/expr_ctor.c
@
4a40f695
Last change on this file since 4a40f695 was 67982887, checked in by , 6 years ago | |
---|---|
|
|
File size: 85 bytes |
Rev | Line | |
---|---|---|
[9c14ae9] | 1 | struct X {}; |
2 | void ?{}(X *, double); | |
3 | ||
4 | int f() { | |
5 | X * x = malloc(sizeof(X)){ 1.5 }; | |
6 | } |
Note: See TracBrowser
for help on using the repository browser.