FpDebug: pbyte for test

git-svn-id: trunk@63379 -
This commit is contained in:
martin 2020-06-17 13:03:45 +00:00
parent 2e0d5cd263
commit 8b52ad831c

View File

@ -47,6 +47,7 @@ type
var
BreakDummy: PtrUInt;
PByteDummy: PByte;
p: Pointer;
InterfacedObject, InterfacedObject2: TInterfacedObject;
@ -432,6 +433,7 @@ begin
BreakDummy := ord(gcCharStatArray[1]);
BreakDummy := ord(gcWCharStatArray[1]);
p := nil;
PByteDummy := nil;
SomeFunc1(1,1,1,1);
SomeProc1();
dummy1 := nil;