Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
attr-mode-2.c
blob: de65f49c6b60c3ab86e45ef145477e86ba54c6ce [
file
] [
log
] [
blame
]
typedef
int
I
;
int
x
;
I y __attribute__
((
mode
(
QI
)));
extern
I x
;