7 notmuch_database_t *notmuch;
8 notmuch_database_open("fakedb", NOTMUCH_DATABASE_MODE_READ_ONLY, ¬much);
11 (void) new Xapian::WritableDatabase("./nonexistant", Xapian::DB_OPEN);
12 } catch (const Xapian::Error &error) {
13 printf("caught %s\n", error.get_msg().c_str());