compiler/pthread: make sure no pthread gets id equal to default value of type
[AROS.git] / test / library / pertaskbase.h
blob6666a5b77d16b39022a264df7a66653715ee88c5
1 #include <exec/libraries.h>
3 struct PertaskBase
5 struct Library lib;
6 int value;
7 };