mirror of
https://github.com/qemu/qemu.git
synced 2025-10-30 01:47:31 +00:00
Copied from alpha. Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com> Message-Id: <20180821025104.19604-2-pavel.zbitskiy@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
8 lines
82 B
C
8 lines
82 B
C
#include <unistd.h>
|
|
|
|
int main(void)
|
|
{
|
|
write(1, "hello\n", 6);
|
|
return 0;
|
|
}
|