/* This file has one symbol that is exported in order to create a valid * library for backwards compatibility in linking applications that may * depend on the existence of the VNLInstantiation library */ extern bool dummy_placeholder_variable_to_avoid_empty_library_warnings; bool dummy_placeholder_variable_to_avoid_empty_library_warnings = true;