Sha256: a915d43ced45a17362b405449d859c3789507d66713fd792607920740d5d025f
Contents?: true
Size: 331 Bytes
Versions: 10
Compression:
Stored size: 331 Bytes
Contents
/* Copyright Rene Rivera 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #include <boost/predef.h> #ifdef CHECK # if ((CHECK) == 0) # error "FAILED" # endif #endif int dummy() { static int d = 0; return d++; }
Version data entries
10 entries across 10 versions & 1 rubygems