Created
November 3, 2019 16:01
-
-
Save DRMacIver/0fe98b7b5dc8588519f902127d69a506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "csmith.h" | |
| int16_t c; | |
| int32_t *d; | |
| int32_t **e[]; | |
| static int32_t *f(uint8_t, uint32_t, uint16_t); | |
| static uint32_t g(); | |
| static int32_t **h(int32_t *, int16_t); | |
| int32_t i() { | |
| uint32_t o[][1] = {}; | |
| f(c, g(), o[0][0]); | |
| return 0; | |
| } | |
| int32_t *f(uint8_t j, uint32_t k, uint16_t l) { | |
| m: | |
| goto m; | |
| } | |
| uint32_t g() { | |
| int n = 0; | |
| e[8] = h(0, n); | |
| return 0; | |
| } | |
| int32_t **h(int32_t *a, int16_t b) { return &d; } | |
| int main() { i(); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment