12#ifndef CPROVER_TESTING_UTILS_EMPTY_NAMESPACE_H
13#define CPROVER_TESTING_UTILS_EMPTY_NAMESPACE_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
A namespacet that contains an empty symbol table, for use in tests that need a namespacet but don't a...
empty_namespacet & operator=(empty_namespacet &&)=delete
empty_namespacet(empty_namespacet &&)=delete
empty_namespacet(const empty_namespacet &)=delete
empty_namespacet & operator=(const empty_namespacet &)=delete
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
const empty_namespacet empty_namespace