Sign in
chromium
/
native_client
/
nacl-bionic
/
034ebed9f16ce0cafb7e8746884cc910b6e097d0
/
.
/
newtests
/
globals.h
blob: b3ba9f5f8d9277bb208c4447700019497157bb66 [
file
] [
log
] [
blame
]
struct
OBJ
{
int
id
;
int
(*
call1
)(
int
x
);
};
extern
struct
OBJ g_OBJS
[
2
];