headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / servers / registrar / no_shutdown_reply.cpp
blob3dbdb06471a8918e95286e37d121be177db80a54
1 /*
2 * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3 * Distributed under the terms of the MIT License.
4 */
6 #include <Application.h>
8 int
9 main()
11 BApplication app("application/x-vnd.haiku.no-shutdown-reply");
13 while (true)
14 snooze(1000000);
16 return 0;