// from SDL
typedef unsigned size_t;
extern __attribute__ ((visibility("default"))) size_t SDL_strlcpy(char *dst, const char *src, size_t maxlen);

int (__attribute__((foo)) x);
