#include <atk/atk.h>

int main(int argc, char* argv[])
{
  const gchar* name = atk_get_toolkit_name();
  return 0;
}