mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-21 22:56:28 +02:00
8 lines
110 B
C
8 lines
110 B
C
#include <stdlib.h>
|
|
|
|
#include "../test_util.h"
|
|
|
|
OPTNONE int main(void) {
|
|
free((void *)1);
|
|
return 0;
|
|
}
|