Skip to content

Instantly share code, notes, and snippets.

@DRMacIver
Created November 3, 2019 16:01
Show Gist options
  • Save DRMacIver/0fe98b7b5dc8588519f902127d69a506 to your computer and use it in GitHub Desktop.
Save DRMacIver/0fe98b7b5dc8588519f902127d69a506 to your computer and use it in GitHub Desktop.
#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