summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/functionalities/fat_archives/main.c
blob: 328319d4fb8f1225c03d22aea0aae3e36e070128 (plain)
1
2
3
4
5
6
#include "a.h"
#include <stdio.h>
int main()
{
      printf ("%d\n", foo());
}
OpenPOWER on IntegriCloud