thradams / cake

Cake a C23 front end and transpiler written in C
http://thradams.com/cake/index.html
GNU General Public License v3.0
534 stars 21 forks source link

type error on static_assert(_Generic(typeof(~*""), int : 1)); #141

Closed thradams closed 6 months ago

thradams commented 6 months ago

type must be int.

static_assert(_Generic(typeof(~*""), int : 1));