Statistics
| Branch: | Revision:

root / tests / tcg / alpha / hello-alpha.c @ c09015dd

History | View | Annotate | Download (59 Bytes)

1 df0fc998 aurel32
int main (void)
2 df0fc998 aurel32
{
3 df0fc998 aurel32
  write (1, "hello\n", 6);
4 df0fc998 aurel32
  return 0;
5 df0fc998 aurel32
}