summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-dynlink-native/plugin_simple.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-dynlink-native/plugin_simple.ml')
-rw-r--r--testsuite/tests/lib-dynlink-native/plugin_simple.ml12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/lib-dynlink-native/plugin_simple.ml b/testsuite/tests/lib-dynlink-native/plugin_simple.ml
index dd7d0226df..cc87b3b915 100644
--- a/testsuite/tests/lib-dynlink-native/plugin_simple.ml
+++ b/testsuite/tests/lib-dynlink-native/plugin_simple.ml
@@ -1,3 +1,15 @@
+(***********************************************************************)
+(* *)
+(* OCaml *)
+(* *)
+(* Alain Frisch, LexiFi *)
+(* *)
+(* Copyright 2007 Institut National de Recherche en Informatique et *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the Q Public License version 1.0. *)
+(* *)
+(***********************************************************************)
+
let facts = [ (Random.int 4) ]
let () = print_endline "COUCOU"; print_char '\n'