blackhole.c
changeset 9 c3fecc82ade6
parent 0 af501b0c1716
child 77 49e0babccb23
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
     1 /*
     1 /**
     2  *     $Id: blackhole.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $
     2  * test/demos/blackhole.c
     3  * $Source: /development/c/demos/blackhole.c,v $
     3  * Copyright (C) 2008 Markus Broeker
       
     4  *
       
     5  * compile with -O0 or without optimizations or it won't crash
     4  */
     6  */
     5 
       
     6 /* compile with -O0 or without optimizations or it won't crash */
       
     7 
     7 
     8 #include <stdio.h>
     8 #include <stdio.h>
     9 #include <stdlib.h>
     9 #include <stdlib.h>
    10 
    10 
    11 unsigned long blackhole (unsigned long i)
    11 unsigned long blackhole (unsigned long i)