blob: 046022c55d7c55164d67e908b029648cfcc00220 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include <stdio.h>
2
3int
4foo (int x)
5{
6 puts ("foo");
7 return x * 2;
8}