summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c19
1 files changed, 2 insertions, 17 deletions
diff --git a/05/main.c b/05/main.c
index 899e6b9..60eac0b 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,18 +1,3 @@
-/*
-; @NONSTANDARD:
-; the following does not work:
-; typedef struct T Type;
-; struct T{
-; int m;
-; };
-; ...
-; Type *x = ...;
-; x->m; *trying to access member of incomplete struct
-This needs to be fixed because otherwise you can't do:
-struct A { struct B *blah; }
-struct B { struct A *blah; }
-*/
-
-int main(int argc, char **argv) {
- return (float)(long)"hello";
+long main(int argc, char **argv) {
+ return !1e-100;
}