Copyright clean-up (part 1):
[AROS.git] / compiler / purify / test5.c
blob2fc2b77beb5f03965079c3cc4fb26a3f3d9510ec
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdio.h>
8 int c;
10 int main (int argc, char ** argv)
12 int a;
14 a = c;
15 c = a;