#include "err1a"

// Properly report error for non-existent suffixed header
#include "err1c.oah"

// Properly report error for non-existent non-suffixed header
#include "err1b"

proc main()
{
    "Hello, world!\n";
}