git @ Cat's Eye Technologies Dipple / master c / test.c
master

Tree @master (Download .tar.gz)

test.c @masterraw · history · blame

/*
 * SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
 * For more information, please refer to <https://unlicense.org/>
 * SPDX-License-Identifier: Unlicense
 */

int main()
{
  unsigned long x = 2147483648U - 1073741824;
}