2019-08-20 22:00:50 +02:00

4 lines
167 B
Plaintext

samples\AssignmentAddressToInteger\bad.c:3:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
int a = p;
^