summaryrefslogtreecommitdiff
path: root/elf/unload3mod3.c
blob: 046022c55d7c55164d67e908b029648cfcc00220 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int
foo (int x)
{
  puts ("foo");
  return x * 2;
}