test.m 235 B

1234567891011121314
  1. //
  2. // test.m - Nothing useful yet
  3. // VLC.framework
  4. //
  5. // Created by Pierre d'Herbemont on 13/04/07.
  6. // Copyright __MyCompanyName__ 2007. All rights reserved.
  7. //
  8. #include <VLC/VLC.h>
  9. int test_vlc_framework()
  10. {
  11. return 0xbabe;
  12. }