[ERROR]
There is a illegal wide character after a wide character designator (L).
int i = sizeof(L 3.5);
After L there has to be a character constant (e.g. L'a') or a string (e.g. L"abc").