C++test does not support the following:

  • initialize variables in the initialization of a for loop
  • access to variables outside of a for loop if they are declared in the initialization of the for loop

The following are supported in Microsoft mode, but not in C++test:

  • referencing fields from anonymous structs
  • type sizes of anonymous structs
  • No labels