Skip to content
Snippets Groups Projects
Commit 6e44e78b authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

add test case

parent 8c62d1ae
No related branches found
No related tags found
No related merge requests found
#include <wchar.h>
_Static_assert(sizeof(L"AA") == 3*sizeof(wchar_t), "Incorrect sizeof behaviour");
int main(void){}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment