core.cpp 669 B

123456789101112131415161718192021222324252627
  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
  3. ///////////////////////////////////////////////////////////////////////////////////////////////////
  4. // Created : 2009-11-14
  5. // Updated : 2009-11-14
  6. // Licence : This source is under MIT licence
  7. // File : test/bug.cpp
  8. ///////////////////////////////////////////////////////////////////////////////////////////////////
  9. #include <glm/glm.hpp>
  10. namespace glm{
  11. namespace test
  12. {
  13. bool main_bug()
  14. {
  15. bool Result = true;
  16. {
  17. }
  18. return Result;
  19. }
  20. }//namespace test
  21. }//namespace glm