about summary refs log tree commit diff
path: root/REORG.TODO/elf/unload3mod3.c
blob: 046022c55d7c55164d67e908b029648cfcc00220 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdio.h>

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