/* * Copyright © 2009 CNRS * Copyright © 2009 INRIA. All rights reserved. * Copyright © 2009 Université Bordeaux 1 * Copyright © 2009 Cisco Systems, Inc. All rights reserved. * See COPYING in top-level directory. */ #include #include extern int do_test(void); int main(int argc, char *argv[]) { /* Make the test be in a separate library that will fail to link properly if hwloc forces compilation with visibility enabled. */ return do_test(); }