1
1
mirror of https://github.com/wader/fq.git synced 2024-12-12 13:14:16 +03:00
fq/format/apple/macho/testdata/a.c

14 lines
121 B
C
Raw Normal View History

2022-01-10 23:05:36 +03:00
#include <stdio.h>
#include "libbbb.h"
void aaa()
{
printf("aaa\n");
}
int main()
{
aaa();
libbbb_bbb();
}