hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone
Blob Blame History Raw
#include <stdio.h>

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