forked from OSchip/llvm-project
[sanitizer_common] Add debug print to sysmsg.c
This commit is contained in:
parent
703d3f2597
commit
4c23cf3ca0
|
@ -11,6 +11,7 @@
|
|||
|
||||
int main() {
|
||||
int msgq = msgget(IPC_PRIVATE, 0666);
|
||||
if (msgq == -1) perror("msgget:");
|
||||
assert(msgq != -1);
|
||||
|
||||
struct msg_s {
|
||||
|
|
Loading…
Reference in New Issue