Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/contrib/reghunt/examples/29106.cc
2023-03-06 14:48:14 +01:00

9 lines
186 B
C++

#include <stdio.h>
int main()
{
int* const savepos = sizeof(*savepos) ? 0 : 0;
// code for the next line is left out!
printf("size of thingy is %d\n", sizeof(*savepos));
}