My simple test code dummy.cpp
int main()
{
return 0;
}
Windows AppVerifier(v4.0) always catches when the code exits.
I don't know what is wrong.
My ApplicationVerifier configuration:

When dummy.exe exits:
UPDATE:
@VTT's comment was helpful. I updated Appliction Verifier to version 10.0 via
https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

