mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
6 lines
159 B
Common Lisp
6 lines
159 B
Common Lisp
// RUN: %clang_cc1 %s -cl-std=CL2.0 -verify -fsyntax-only
|
|
|
|
// expected-no-diagnostics
|
|
|
|
// Check redefinition of standard types
|
|
typedef atomic_int atomic_flag;
|