#define _GNU_SOURCE
#include <stdio.h>
int main(char** argv, int argc)
{ char* a;
vasprintf(&a, "%s", ""); return 0; }