test/library: Added test case for using twice peropener.library from same task.
[AROS.git] / test / library / peropenerbase.h
blob5409179b1ce82053aaff939ff0ea1e45bfa2982e
1 #include <exec/libraries.h>
3 struct PeropenerBase
5 struct Library lib;
6 int value;
7 };
9 APTR __GM_GetBase();