#include "visibility_preset.h"

int main()
{
  VisibilityPreset vp;
  vp.someMethod();
  return 0;
}