equal
deleted
inserted
replaced
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) |