mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: maybe it compiles this way with the HP-UX compiler
Alex
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
extern int foo(void);
|
||||
extern int bar(void);
|
||||
extern int foobar(void);
|
||||
extern int barbar(void);
|
||||
extern int baz(void);
|
||||
int foo();
|
||||
int bar();
|
||||
int foobar();
|
||||
int barbar();
|
||||
int baz();
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user