gno/usr.bin/catrez/tests/testcr.rez
1997-09-30 05:09:26 +00:00

6 lines
170 B
Plaintext

#include "types.rez"
resource rPString (1,protected)
{"This should be a protected Pascal string"};
resource rPString (2)
{"This is an unprotected Pascal string"};