diff options
Diffstat (limited to 'testasmcomp/main.c')
-rw-r--r-- | testasmcomp/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testasmcomp/main.c b/testasmcomp/main.c index 20c1290ab..b07d2dc7b 100644 --- a/testasmcomp/main.c +++ b/testasmcomp/main.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include <stdio.h> #ifdef SORT |