C compiler with embedded metalanguage.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

17 行
293 B

struct foo {int a[5];} ;
struct foo f();
inline int bar (int index) {
int c;
enum blah;
c = __alignof(foo.a);
c = __alignof(unsigned long int);
switch (index) {
case 'a'...'z':
break;
}
return f().a[index];
}