]> Git Repo - qemu.git/blame - tests/tcg/alpha/hello-alpha.c
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
[qemu.git] / tests / tcg / alpha / hello-alpha.c
CommitLineData
df0fc998
AJ
1int main (void)
2{
3 write (1, "hello\n", 6);
4 return 0;
5}
This page took 0.531405 seconds and 4 git commands to generate.