repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
consistency.vlad
/
layout
/
size-wchar.c
blob
06e835a74ca32b7aabeb6feab0e6f28f3e12d8e1
1
#include <stdio.h>
2
#include <stddef.h>
3
4
static wchar_t
w
;
5
6
int
main
(
void
)
7
{
8
printf
(
"+++wchar_t size:
\n
"
);
9
printf
(
"%d
\n
"
,
sizeof
(
w
));
10
return
0
;
11
}