Mercurial > hg > CbC > CbC_gcc
view libmudflap/testsuite/libmudflap.c/pass35-frag.c @ 32:59194914942b
add documents.
CbC-INSTALL: howto build the gcc for various systems.
CbC-implementation.ja: methods of implementation for CbC's statement.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Dec 2009 14:07:28 +0900 |
parents | a06113de4d67 |
children |
line wrap: on
line source
#include <stdio.h> #include <stdlib.h> #include <string.h> extern char end []; /* Any old symbol we're sure will be defined. */ /* { dg-warning "cannot track unknown size extern" "cannot track unknown size extern" { target *-*-* } 0 } */ int main () { /* dummy register */ __mf_register ((void *) end, 1, __MF_TYPE_GUESS, "end"); char z = end[0]; return z & 0; }