1  /*
2  Test the definition of ucontext_t.
3  */
4
5#include <ucontext.h>
6
7ucontext_t dummy;
8