document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /* &a[0] degrades to a pointer: a different type from an array */
  2. #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
');