File: check-cxx11-alignof.cpp

package info (click to toggle)
innoextract 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 964 kB
  • ctags: 1,421
  • sloc: cpp: 8,061; python: 1,544; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 41 bytes parent folder | download
1
2
3
int main() {
	return alignof(int) != 1;
}